home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / text / edit / BareED.lha / BareED / catcomp_files / bareed.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1999-12-29  |  5KB  |  207 lines

  1. ## version $VER: bareed.catalog 1.0 (XX.XX.XX)
  2. ## codeset 0
  3. ## language X
  4. MSG_CREATOR
  5. ; Using built-in strings
  6. MSG_SINGLE
  7. ;  OK. 
  8. MSG_CASE
  9. ;  Yes | No 
  10. MSG_SAMPLE_STR
  11. ; A simple sample Text!
  12. MSG_SAMPLE_CHAR
  13. MSG_SAMPLE_OFFSET
  14. ; \x0\x10
  15. MSG_BACKGROUND
  16. ; Background
  17. MSG_CHARACTERS
  18. ; Text
  19. MSG_CURSOR
  20. ; Cursor
  21. MSG_TEXT_OVER_CURSOR
  22. ; Text over Cursor
  23. MSG_HIGHLIGHT
  24. ; Highlight
  25. MSG_VERBOSE_CURRENT
  26. ; Line: %-8ld Column: %-8ld
  27. MSG_VERBOSE_ARCHIVE
  28.  Archive 
  29. MSG_VERBOSE_SET
  30. ; Lines: %-8ld Size: %-8ld
  31. MSG_VERBOSE_CHANGES
  32. ; Alterations: %-8ld
  33. ACCEPT_PENS_GAD
  34. ; Accept these pencils!
  35. ACCEPT_TAB_SIZE_GAD
  36. ; Accept this tab size!
  37. MSG_INFOWIN_NAME
  38. ; BareED's Info Window
  39. MSG_PENWIN_NAME
  40. ; BareED's Pencil Select
  41. MSG_TABWIN_NAME
  42. ; BareED's Tab Select
  43. MSG_TAB_LABEL_GAD
  44. ; Tab:   
  45. ; --- NOTE: 3 spaces at end of string: "Tab:   " ---
  46. MSG_WINDOW_NAME_GOTO
  47. ; BareED - LineJump
  48. MSG_HAILTEXT_GOTO
  49. ; Jump to a line.\n\nEnter a number where\nyou want to continue.
  50. MSG_GADGETSTRING_GOTO
  51. ; Jump to line
  52. MSG_WINDOW_NAME_BLOCK_LIMIT
  53. ; BareED - New Block Limit
  54. MSG_HAILTEXT_BLOCKLIMIT
  55. ; Enter right margin for\n     block-format\nin number of capitals
  56. MSG_GADGETSTRING_BLOCKLIMIT
  57. ; Accept
  58. MSG_BINARY_LOAD_FILE
  59. ; WARNING:\n\nThe file that was loaded in has been changed!\n\nAll zero bytes have been replaced through\nspace characters!\n\nIf this file was an Amiga load file it's not\nanymore executable!\nAnyhow, the file (in memory) is now invalid!\n\nDo not save the file over the top of the\nexisting, old one!!
  60. MSG_BINARY_CHARACTERS
  61. ; WARNING:\n\nZero bytes of new inserted characters\nhave been changed to space characters!
  62. MSG_NEW_ARCHIVE_BUT_CHANGED
  63. ; Archive has been changed!\n\nYou're about to lose it!\n\nThrow away archive with lost of changes?
  64. MSG_LOADNEW_OLD_CHANGED
  65. ; Archive has been changed!\n\nYou're about to lose it!\n\nLoad new file with lost of current archive?
  66. MSG_CANNOT_LOAD
  67. ; Cannot load this file...
  68. MSG_SAVE_FILE_OVER_TOP
  69. ; Existing file will be lost if continuing saving!\n\nSave archive over top of existing?
  70. MSG_WRITE_ERROR
  71. ; PANIC: An write-error occurred during saving!\n\nCurrent archive not completely saved!
  72. MSG_NOT_SAVED
  73. ; Cannot open file for writing!\nArchive not saved!
  74. MSG_ABOUT
  75. ; Do you really need this?\n\nYou're using BareED beta version 917.
  76. MSG_WRITE_BLOCK_ERROR
  77. ; An error occurred!\nRange of characters not saved!
  78. MSG_BLOCK_NOT_SAVED
  79. ; Cannot open the file for writing\nRange of characters not saved!
  80. MSG_LAST_CHANCE_SAVE
  81. ; Current archive is not saved!\n\nQuit BareED without saving archive?
  82. MSG_NA
  83. ; <not available>
  84. MSG_NO_PROJECT_NAME
  85. ; Untitled
  86. MSG_ABOUT_MAIN
  87. ; BareED version %ld.%ld\n\nARexx port name: %s\n\nPublic screen name: %s\n\n%s
  88. PROJECT_MENU
  89. ; Project
  90. OPEN_MENU
  91. ; O,Open...
  92. SAVE_MENU
  93. ; S,Save
  94. SAVE_AS_MENU
  95. ; A,Save As...
  96. PRINT_MENU
  97. ; P,Print...
  98. BAR_LABEL1_MENU
  99. DISPLAY_MENU
  100. ; Display
  101. CUSTOM_SCREEN
  102. ; Custom Screen?
  103. SCREEN_MODE
  104. ; Screen Mode...
  105. TAB_SIZE_MENU
  106. ; Tab Size...
  107. FONT_MENU
  108. ; Font...
  109. PENS_MENU
  110. ; Pencils...
  111. BAR_LABEL2_MENU
  112. ABOUT_MENU
  113. ; About...
  114. BAR_LABEL3_MENU
  115. NEW_MENU
  116. ; N,New
  117. QUIT_MENU
  118. ; Q,Quit BareED
  119. EDIT_MENU
  120. ; Edit
  121. MARK_MENU
  122. ; B,Mark Block
  123. CUT_MENU
  124. ; X,Cut
  125. COPY_MENU
  126. ; C,Copy
  127. PASTE_MENU
  128. ; V,Paste
  129. BAR_LABEL4_MENU
  130. UNDO_MENU
  131. ; Z,Undelete Line
  132. BAR_LABEL5_MENU
  133. WRITE_BLOCK_MENU
  134. ; W,Write Block...
  135. INSERT_FILE_MENU
  136. ; I,Insert File...
  137. SEARCH_MENU
  138. ; Search
  139. FIND_MENU
  140. ; F,Find...
  141. REPLACE_MENU
  142. ; R,Find & Replace...
  143. BAR_LABEL6_MENU
  144. GOTO_LINE_MENU
  145. ; G,Go to Line...
  146. GOTO_BOOKMARK_MENU
  147. ; Go to Bookmark
  148. GOTO_1_MENU
  149. ; 1,Go to 1
  150. GOTO_2_MENU
  151. ; 2,Go to 2
  152. GOTO_3_MENU
  153. ; 3,Go to 3
  154. GOTO_4_MENU
  155. ; 4,Go to 4
  156. GOTO_5_MENU
  157. ; 5,Go to 5
  158. GOTO_6_MENU
  159. ; 6,Go to 6
  160. GOTO_7_MENU
  161. ; 7,Go to 7
  162. GOTO_8_MENU
  163. ; 8,Go to 8
  164. GOTO_9_MENU
  165. ; 9,Go to 9
  166. GOTO_10_MENU
  167. ; 0,Go to 10
  168. SET_BOOKMARK_MENU
  169. ; Set Bookmark
  170. SET_1_MENU
  171. ; Set 1
  172. SET_2_MENU
  173. ; Set 2
  174. SET_3_MENU
  175. ; Set 3
  176. SET_4_MENU
  177. ; Set 4
  178. SET_5_MENU
  179. ; Set 5
  180. SET_6_MENU
  181. ; Set 6
  182. SET_7_MENU
  183. ; Set 7
  184. SET_8_MENU
  185. ; Set 8
  186. SET_9_MENU
  187. ; Set 9
  188. SET_10_MENU
  189. ; Set 10
  190. SETTINGS_MENU
  191. ; Settings
  192. CREATE_ICONS_MENU
  193. ; Create Icons?
  194. INFO_WINDOW_MENU
  195. ; ?,Info Window?
  196. SYSTEM_REFREH_MENU
  197. ; System Refresh?
  198. ADAPT_COLORS_MENU
  199. ; Adapt Colors?
  200. BAR_LABEL7_MENU
  201. BUTTON_INTERFACE_MENU
  202. ; Button Interface
  203. USE_KNOB_BANK_MENU
  204. ; Use Knob Bank
  205. ADOPT_PENCILS_MENU
  206. ; Adopt Pencils?
  207.